pp108 : onhttperror Event

onhttperror Event


This event is fired when an error occurs during interaction with the Web server. The error could occur because the Web server is down, or the browser is in offline mode.

Syntax

Inline HTML

<eibus:system id="system" onhttperror="handler()"...>

Event property

system.addListener("onhttperror", handler)


Event Information

To invoke

N/A.

Default Action

Initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

httpError

Read-only. Object that contains the XML definition of the HTTP error that occurred in the Web server.

returnValue

Boolean that denotes one of the following values:

  • true (Default) - Error is shown to the user.
  • false - Error is not shown to the user.

soapTransaction

Read-only. Object that contains the SOAP transaction that is sent to the Web server.


See Also


system, soapTransaction